_matplotlib
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Mon, 27 Oct 2025 18:54:02 +0000 (14:54 -0400)
committerDominique Belhachemi <domibel@debian.org>
Mon, 27 Oct 2025 18:54:02 +0000 (14:54 -0400)
===================================================================

Gbp-Pq: Name 10_matplotlib.patch

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h

index 4096c1829779b6171850bf614540546f0d3ce416..6a3e5f96732054cccdc5960e44fe06ade21741c7 100644 (file)
@@ -190,6 +190,10 @@ private:
    * to implement IsAvailable.
    */
   static Availability CheckMPLAvailability();
+  static void DisableMPL()
+    {
+    MPLMathTextAvailable = UNAVAILABLE;
+    };
 
   ///@{
   /**